SmartAudio/lichee/brandy/basic_loader/boot0/boot0_i.inc

42 lines
1.3 KiB
PHP
Raw Normal View History

2018-07-13 01:31:50 +00:00
;***********************************************************************************************************************
; eGON
; the embedded GO-ON bootloader system
;
; Copyright(C), 2006-2008, SoftWinners Microelectronic Co., Ltd.
; All Rights Reserved
;
; File Name : boot0_i.inc
;
; Author : Gary.Wang
;
; Version : 1.0
;
; Date : 2007.12.18
;
; Description : This file provides some arguments to configure Boot(Boot0 and Boot1) for assembly
; language file. This file is very similar to file "boot0_i.h"; the two files
; should be modified at the same time to keep coherence of configuring information.
;
; Others : None at present.
;
;
; History :
;
; <Author> <time> <version> <description>
;
; Gary.Wang 2007.12.18 1.1.0 build the file
;
;************************************************************************************************************************
IF :LNOT::DEF:__boot0_i_inc
GBLA __boot0_i_inc
GBLA USE_PHYSICAL_ADDRESS
INCLUDE egon2.inc
ENDIF ;;; IF :LNOT::DEF:__boot0_i_inc
END ;;; end of boot0_i.inc