[U-Boot] [PATCH V2 3/4] ARM: AM33xx: Move s_init to a common place
Mark Jackson
mpfj-list at newflow.co.uk
Wed Aug 21 17:51:12 CEST 2013
On 30/07/13 08:34, Heiko Schocher wrote:
> Hello Lokesh,
>
> Am 30.07.2013 07:18, schrieb Lokesh Vutla:
>> From: Heiko Schocher<hs at denx.de>
>>
>> s_init has the same outline for all the AM33xx based
>> board. So making it generic.
>> This also helps in addition of new Soc with minimal changes.
There's a new function now defined ...
void enable_norboot_pin_mux(void)
... but our board *always* boots via NOR. All the required
pinmux config is handled by enable_board_pin_mux().
Should I just define this an empty function ?
Or should it be a "maybe unused" function ?
Mark J.
More information about the U-Boot
mailing list