diff options
author | Nikita V. Youshchenko <yoush@debian.org> | 2007-05-23 12:45:19 +0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-06-01 15:07:09 -0500 |
commit | 5b1313fb2758ffce8b624457f777d8cc6709608d (patch) | |
tree | 37b5e0fb5215da5427d83e8473ec90fa617772bd /common/usb_kbd.c | |
parent | 8a364f0970de49949d635e60accf463c6443ef8c (diff) | |
download | u-boot-imx-5b1313fb2758ffce8b624457f777d8cc6709608d.zip u-boot-imx-5b1313fb2758ffce8b624457f777d8cc6709608d.tar.gz u-boot-imx-5b1313fb2758ffce8b624457f777d8cc6709608d.tar.bz2 |
fix compilation problem for mpc8349itx CFG_RAMBOOT
Current include/configs/MPC8349ITX.h does contain some support for building
image that will be started from memory (without putting in into flash).
It could be triggered by building with TEXT_BASE set to a low value.
However, this support is incomplete: using of low TEXT_BASE causes
defining configuration macros in inconsistent way, which later leads
to compilation errors. In particular. flash support is being disabled,
but then flash structures get referenced.
This patch fixes this, making it possible to build with low TEXT_BASE.
Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'common/usb_kbd.c')
0 files changed, 0 insertions, 0 deletions