sakman_ has quit [Remote host closed the connection]
sakman has quit [Ping timeout: 272 seconds]
stefanro has joined #u-boot
naoki has joined #u-boot
jclsn has quit [Ping timeout: 272 seconds]
persmule_ has quit [Quit: Leaving]
persmule_ has joined #u-boot
jclsn has joined #u-boot
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
vagrantc has quit [Quit: leaving]
salamonj has joined #u-boot
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #u-boot
srk has quit [Remote host closed the connection]
srk has joined #u-boot
salamonj has quit [Ping timeout: 240 seconds]
salamonj has joined #u-boot
qqq has joined #u-boot
Stat_headcrabed has joined #u-boot
monstr has joined #u-boot
salamonj has quit [Ping timeout: 260 seconds]
naoki has quit [Quit: naoki]
goliath has joined #u-boot
mckoan|away is now known as mckoan
monstr has quit [Read error: No route to host]
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
ldevulder has joined #u-boot
salamonj has joined #u-boot
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
mripard has joined #u-boot
ezulian has joined #u-boot
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
mripard has quit [Quit: mripard]
monstr has quit [Remote host closed the connection]
sszy has joined #u-boot
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
monstr has quit [Ping timeout: 264 seconds]
prabhakarlad has joined #u-boot
sauce has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
slobodan has joined #u-boot
gsz has quit [Quit: leaving]
Mis012 has quit [Ping timeout: 252 seconds]
monstr has joined #u-boot
Mis012 has joined #u-boot
salamonj has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #u-boot
persmule_ has quit [Remote host closed the connection]
salamonj has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
mckoan is now known as mckoan|away
qqq has quit [Remote host closed the connection]
gsz has joined #u-boot
<zear>
hmm... shouldn't the configs DISPLAY_BOARDINFO and DISPLAY_BOARDINFO_LATE be mutually exclusive? They both call the same checkboard() function, at pre- and post-relocation init, respectively
<zear>
DISPLAY_BOARDINFO is y by default on ARM platform
<zear>
however I want to use the _LATE variant on my board
<zear>
added the _LATE option to my defconfig, however the former one gets automatically enabled, resulting in the said function called twice
mmu_man has joined #u-boot
<zear>
I guess explicitly adding CONFIG_DISPLAY_BOARDINFO=n to my defconfig is not a clean solution?
dsimic has quit [Ping timeout: 240 seconds]
dsimic has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
<marex>
zear: make menuconfig -> configure options -> make savedefconfig -> cat defconfig > configs/whateverboard_defconfig
<zear>
ah, I was unaware of savedefconfig :)
<zear>
marex, that worked. So I guess the "#CONFIG xyz is not set" is the one de-selecting an option?
<marex>
yep
<marex>
legacy ancient kernel config.in remnant
<zear>
til :)
<zear>
thanks!
salamonj has quit [Remote host closed the connection]
salamonj has joined #u-boot
salamonj has quit [Quit: Leaving]
Gravis_ has joined #u-boot
Gravis has quit [Ping timeout: 240 seconds]
slobodan has quit [Ping timeout: 258 seconds]
qqq has joined #u-boot
deathmist has quit [Ping timeout: 246 seconds]
deathmist has joined #u-boot
Gravis_ has quit [Ping timeout: 255 seconds]
Gravis has joined #u-boot
deathmist has quit [Ping timeout: 240 seconds]
deathmist has joined #u-boot
stefanro has quit [Quit: Leaving.]
monstr has quit [Read error: Connection reset by peer]
ikarso has quit [Quit: Connection closed for inactivity]
spy75 has joined #u-boot
spy75 has quit [Client Quit]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
gsz has quit [Ping timeout: 260 seconds]
flyback has quit [Ping timeout: 260 seconds]
flyback has joined #u-boot
prabhakarlad has joined #u-boot
prabhakar has quit [Quit: Connection closed]
prabhakarlad has quit [Quit: Client closed]
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
<macromorgan>
is there a proper way to invoke fdt_setprop() to set an array of strings? Basically set the "compatible" value to `"device,1", "device,2";`