diff options
author | Terry Lv <r65388@freescale.com> | 2009-07-14 15:59:12 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 17:03:32 +0800 |
commit | 98ab00fc5434683e5e281156e24d6a52fa17a417 (patch) | |
tree | 664f1d6ca684c68da4258907f98b1dec8769479e /board/freescale | |
parent | afbf753cb44a5b7dfb8bcff430b48a4999214f02 (diff) | |
download | u-boot-imx-98ab00fc5434683e5e281156e24d6a52fa17a417.zip u-boot-imx-98ab00fc5434683e5e281156e24d6a52fa17a417.tar.gz u-boot-imx-98ab00fc5434683e5e281156e24d6a52fa17a417.tar.bz2 |
ENGR00114201: Add MMC configs to mx35 3stack config file.
Add MMC configs to mx35 3stack config file.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx35_3stack/flash_header.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/mx35_3stack/flash_header.S b/board/freescale/mx35_3stack/flash_header.S index 6786e8d..b662669 100644 --- a/board/freescale/mx35_3stack/flash_header.S +++ b/board/freescale/mx35_3stack/flash_header.S @@ -22,7 +22,7 @@ #include "board-mx35_3stack.h" #ifdef CONFIG_FLASH_HEADER -#ifndef FHEADER_OFFSET +#ifndef CONFIG_FLASH_HEADER_OFFSET # error "Must define the offset of flash header" #endif @@ -37,9 +37,9 @@ dcd_##i: ;\ .section ".text.flasheader", "x" b _start - .org FHEADER_OFFSET + .org CONFIG_FLASH_HEADER_OFFSET app_code_jump_v: .long GEN_FHEADERADDR(_start) -app_code_barker: .long 0xB1 +app_code_barker: .long CONFIG_FLASH_HEADER_BARKER app_code_csf: .long 0 hwcfg_ptr_ptr: .long GEN_FHEADERADDR(hwcfg_ptr) super_root_key: .long 0 |