diff options
Diffstat (limited to 'board/freescale/mx51_bbg/flash_header.S')
-rw-r--r-- | board/freescale/mx51_bbg/flash_header.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/mx51_bbg/flash_header.S b/board/freescale/mx51_bbg/flash_header.S index 6790679..17a5c59 100644 --- a/board/freescale/mx51_bbg/flash_header.S +++ b/board/freescale/mx51_bbg/flash_header.S @@ -108,6 +108,5 @@ MXC_DCD_ITEM(54, 4, ESDCTL_BASE_ADDR + ESDCTL_ESDMISC, 0x000ad6d0) MXC_DCD_ITEM(55, 4, ESDCTL_BASE_ADDR + ESDCTL_ESDCDLYGD, 0x90000000) MXC_DCD_ITEM(56, 4, ESDCTL_BASE_ADDR + ESDCTL_ESDSCR, 0x00000000) dcd_data_end: -image_len: .word 0x100000 -//image_len: .word _end - _start +image_len: .word __u_boot_cmd_end - TEXT_BASE #endif |