[U-Boot-Users] RE: [PATCH] Enable device and console for ARM.

Mainly to make the bdinfo command show the proper output. In general it seems like the right thing to do...being consistent should make porting code easier. I don't know the history, but it sort of feels like the other global is on the way to being deprecated.
I also did a somewhat un-needed move of the #ifdef for CONFIG_VFD closer to the devices_init(). From the looks of the code the drv_vfd_init() should be moved into devices_init() where other LCD/video pieces are initialized. Closer seemed the next best to being in the proper spot.
Regards,
Richard W.
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Sunday, June 15, 2003 5:29 PM To: Woodruff, Richard Cc: u-boot-users@lists.sourceforge.net Subject: Re: [PATCH] Enable device and console for ARM.
In message FD2AC9A020DDD51194710008C7089B20053D4C7E@dlee17.itg.ti.com you wrote:
This update enables the standard device abstraction for ARM and enables
the
console member. It also initializes bi_baudrate for ARM. The superficial
Why do you initialize bi_baudrate? Is there any place where this is used on ARM systems?
Best regards,
Wolfgang Denk
participants (1)
-
Woodruff, Richard