]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix bug: in arch-arm, env_get_char dose not work fine
authorgnusercn <gnusercn@gmail.com>
Wed, 8 Oct 2008 16:58:58 +0000 (18:58 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 8 Oct 2008 16:58:58 +0000 (18:58 +0200)
commitf41b144c11341b571eab7dcef6c4b8e03c92d2b2
treedaa4199daef78f60fccc4a6cc29bb82a60a808bf
parentd13ff2358ff8c384f52eaf46f5d60258acf96ea6
Fix bug: in arch-arm, env_get_char dose not work fine

due to the arm implementation which supposed that U-Boot is in RAM
when we jump to start_armboot

Signed-off-by: gnusercn <gnusercn@gmail.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
lib_arm/board.c