[U-Boot-Users] "weak" reference seems not working on git://git.denx.de/u-boot-at91.git

2008-07-27 Thread os user
Hi folks, I use Atmel AT91SAM9260-EK boards, arm-linux-gcc (GCC) 4.2.4. After I pulled the latest code from git://git.denx.de/u-boot-at91.git, I found that the "weak" function seems not working. In lib_arm/board.c, we can see, void inline __coloured_LED_init (void) {} void inline coloured_LED_ini

[U-Boot-Users] [PATCH] Fix bug: `env_get_char' dose not work well on u-boot-1.3.4-rc1

2008-07-21 Thread os user
Hi folks, I use Atmel AT91SAM9260-EK boards, arm-linux-gcc (GCC) 4.2.4. After I pulled the latest code from git://git.denx.de/u-boot-at91.git, I found that the [EMAIL PROTECTED]/env_common.c can not work well. The root cause is in u-boot-1.3.4-rc1, `env_get_char' was rewritten. Below is a quick pat