From 98ab00fc5434683e5e281156e24d6a52fa17a417 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Tue, 14 Jul 2009 15:59:12 +0800 Subject: ENGR00114201: Add MMC configs to mx35 3stack config file. Add MMC configs to mx35 3stack config file. Signed-off-by: Terry Lv --- board/freescale/mx35_3stack/flash_header.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/freescale/mx35_3stack') 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 -- cgit v1.1